home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Construc / Refactor / Source / fBuildMain.dfm / fBuildMain.txt
Encoding:
Text File  |  2000-09-23  |  14.8 KB  |  653 lines

  1. object F_BuildMain: TF_BuildMain
  2.   Left = 330
  3.   Top = 130
  4.   Width = 914
  5.   Height = 685
  6.   Caption = 'F_BuildMain'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Splitter2: TSplitter
  20.     Left = 257
  21.     Top = 0
  22.     Width = 8
  23.     Height = 579
  24.     Cursor = crHSplit
  25.   end
  26.   object StatusBar1: TStatusBar
  27.     Left = 0
  28.     Top = 620
  29.     Width = 906
  30.     Height = 19
  31.     Panels = <>
  32.     SimplePanel = True
  33.   end
  34.   object Panel3: TPanel
  35.     Left = 0
  36.     Top = 579
  37.     Width = 906
  38.     Height = 41
  39.     Align = alBottom
  40.     TabOrder = 1
  41.     object bb_Build: TBitBtn
  42.       Left = 728
  43.       Top = 8
  44.       Width = 75
  45.       Height = 25
  46.       Action = A_Build
  47.       Caption = '&Build'
  48.       TabOrder = 0
  49.       Kind = bkOK
  50.     end
  51.     object b_exit: TBitBtn
  52.       Left = 816
  53.       Top = 8
  54.       Width = 75
  55.       Height = 25
  56.       Action = A_exit
  57.       Caption = 'E&xit'
  58.       TabOrder = 1
  59.       Kind = bkCancel
  60.     end
  61.     object bb_halt: TBitBtn
  62.       Left = 640
  63.       Top = 8
  64.       Width = 75
  65.       Height = 25
  66.       Caption = '&Stop'
  67.       Enabled = False
  68.       TabOrder = 2
  69.       OnClick = bb_haltClick
  70.       Kind = bkIgnore
  71.     end
  72.     object b_setVerInfo: TButton
  73.       Left = 488
  74.       Top = 8
  75.       Width = 137
  76.       Height = 25
  77.       Caption = 'Set Version Info'
  78.       TabOrder = 3
  79.       OnClick = b_setVerInfoClick
  80.     end
  81.     object Button1: TButton
  82.       Left = 24
  83.       Top = 8
  84.       Width = 75
  85.       Height = 25
  86.       Caption = 'Button1'
  87.       TabOrder = 4
  88.       OnClick = Button1Click
  89.     end
  90.   end
  91.   object Panel4: TPanel
  92.     Left = 0
  93.     Top = 0
  94.     Width = 257
  95.     Height = 579
  96.     Align = alLeft
  97.     Caption = 'Panel4'
  98.     TabOrder = 2
  99.     object Splitter1: TSplitter
  100.       Left = 1
  101.       Top = 344
  102.       Width = 255
  103.       Height = 8
  104.       Cursor = crVSplit
  105.       Align = alBottom
  106.     end
  107.     object Panel2: TPanel
  108.       Left = 1
  109.       Top = 352
  110.       Width = 255
  111.       Height = 226
  112.       Align = alBottom
  113.       BevelInner = bvLowered
  114.       BevelWidth = 2
  115.       Caption = 'Panel1'
  116.       Font.Charset = ANSI_CHARSET
  117.       Font.Color = clWindowText
  118.       Font.Height = -13
  119.       Font.Name = 'Arial'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       TabOrder = 0
  123.       object Label2: TLabel
  124.         Left = 4
  125.         Top = 4
  126.         Width = 247
  127.         Height = 16
  128.         Align = alTop
  129.         Alignment = taCenter
  130.         Caption = '&Library Path'
  131.         Font.Charset = ANSI_CHARSET
  132.         Font.Color = clWindowText
  133.         Font.Height = -13
  134.         Font.Name = 'Arial'
  135.         Font.Style = [fsBold]
  136.         ParentFont = False
  137.       end
  138.       object ToolBar2: TToolBar
  139.         Left = 4
  140.         Top = 194
  141.         Width = 247
  142.         Height = 28
  143.         Align = alBottom
  144.         AutoSize = True
  145.         ButtonHeight = 24
  146.         ButtonWidth = 157
  147.         Caption = 'ToolBar1'
  148.         ShowCaptions = True
  149.         TabOrder = 0
  150.         object tb_extract: TToolButton
  151.           Left = 0
  152.           Top = 2
  153.           Action = A_extractPath
  154.         end
  155.       end
  156.       object M_LibraryPath: TMemo
  157.         Left = 4
  158.         Top = 20
  159.         Width = 247
  160.         Height = 174
  161.         Align = alClient
  162.         Lines.Strings = (
  163.           'Memo1')
  164.         ScrollBars = ssBoth
  165.         TabOrder = 1
  166.         WordWrap = False
  167.       end
  168.     end
  169.     object Panel1: TPanel
  170.       Left = 1
  171.       Top = 73
  172.       Width = 255
  173.       Height = 271
  174.       Align = alClient
  175.       BevelInner = bvLowered
  176.       BevelWidth = 2
  177.       Caption = 'Panel1'
  178.       Font.Charset = ANSI_CHARSET
  179.       Font.Color = clWindowText
  180.       Font.Height = -13
  181.       Font.Name = 'Arial'
  182.       Font.Style = []
  183.       ParentFont = False
  184.       TabOrder = 1
  185.       object Label1: TLabel
  186.         Left = 4
  187.         Top = 4
  188.         Width = 247
  189.         Height = 16
  190.         Align = alTop
  191.         Alignment = taCenter
  192.         Caption = '&Compiler options'
  193.         Font.Charset = ANSI_CHARSET
  194.         Font.Color = clWindowText
  195.         Font.Height = -13
  196.         Font.Name = 'Arial'
  197.         Font.Style = [fsBold]
  198.         ParentFont = False
  199.       end
  200.       object M_CFGFile: TMemo
  201.         Left = 4
  202.         Top = 20
  203.         Width = 247
  204.         Height = 247
  205.         Align = alClient
  206.         Lines.Strings = (
  207.           '-$A+'
  208.           '-$B-'
  209.           '-$C+'
  210.           '-$D+'
  211.           '-$E-'
  212.           '-$F-'
  213.           '-$G+'
  214.           '-$H+'
  215.           '-$I+'
  216.           '-$J+'
  217.           '-$K-'
  218.           '-$L+'
  219.           '-$M-'
  220.           '-$N+'
  221.           '-$O+'
  222.           '-$P+'
  223.           '-$Q-'
  224.           '-$R-'
  225.           '-$S-'
  226.           '-$T-'
  227.           '-$U-'
  228.           '-$V+'
  229.           '-$W-'
  230.           '-$X+'
  231.           '-$YD'
  232.           '-$Z1'
  233.           '-cg'
  234.           
  235.             '-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;Db' +
  236.             'iErrs=BDE;'
  237.           '-H+'
  238.           '-W+'
  239.           '-M'
  240.           '-$M16384,1048576'
  241.           '-K$00400000'
  242.           '-N"i:\d5\delphi5\dcu"'
  243.           '-LE"i:\d5\delphi5\exe"'
  244.           '-LN"i:\d5\delphi5\Lib"')
  245.         ScrollBars = ssBoth
  246.         TabOrder = 0
  247.         WordWrap = False
  248.         OnChange = M_CFGFileChange
  249.       end
  250.     end
  251.     object Panel9: TPanel
  252.       Left = 1
  253.       Top = 1
  254.       Width = 255
  255.       Height = 72
  256.       Align = alTop
  257.       TabOrder = 2
  258.       object Label6: TLabel
  259.         Left = 1
  260.         Top = 1
  261.         Width = 253
  262.         Height = 13
  263.         Align = alTop
  264.         Alignment = taCenter
  265.         Caption = 'Project'
  266.       end
  267.       object cb_ProjectList: TComboBox
  268.         Left = 16
  269.         Top = 16
  270.         Width = 201
  271.         Height = 21
  272.         ItemHeight = 13
  273.         TabOrder = 0
  274.         Text = 'cb_ProjectList'
  275.         OnChange = cb_ProjectListChange
  276.       end
  277.       object bb_newProject: TBitBtn
  278.         Left = 20
  279.         Top = 40
  280.         Width = 75
  281.         Height = 25
  282.         Action = A_newProject
  283.         Caption = '&New Project'
  284.         TabOrder = 1
  285.       end
  286.       object bb_save: TBitBtn
  287.         Left = 128
  288.         Top = 40
  289.         Width = 75
  290.         Height = 25
  291.         Action = A_saveProject
  292.         Caption = '&Save Project'
  293.         TabOrder = 2
  294.       end
  295.     end
  296.   end
  297.   object Panel5: TPanel
  298.     Left = 265
  299.     Top = 0
  300.     Width = 641
  301.     Height = 579
  302.     Align = alClient
  303.     Caption = 'Panel5'
  304.     TabOrder = 3
  305.     object Panel6: TPanel
  306.       Left = 1
  307.       Top = 1
  308.       Width = 639
  309.       Height = 577
  310.       Align = alClient
  311.       BevelInner = bvLowered
  312.       BevelWidth = 2
  313.       Caption = 'Panel6'
  314.       TabOrder = 0
  315.       object Splitter4: TSplitter
  316.         Left = 4
  317.         Top = 296
  318.         Width = 631
  319.         Height = 8
  320.         Cursor = crVSplit
  321.         Align = alBottom
  322.       end
  323.       object Panel7: TPanel
  324.         Left = 4
  325.         Top = 304
  326.         Width = 631
  327.         Height = 269
  328.         Align = alBottom
  329.         BevelInner = bvLowered
  330.         BevelWidth = 2
  331.         Caption = 'Panel7'
  332.         TabOrder = 0
  333.         object L_progress: TLabel
  334.           Left = 4
  335.           Top = 4
  336.           Width = 623
  337.           Height = 16
  338.           Align = alTop
  339.           Alignment = taCenter
  340.           Caption = 'Progress'
  341.           Font.Charset = ANSI_CHARSET
  342.           Font.Color = clWindowText
  343.           Font.Height = -13
  344.           Font.Name = 'Arial'
  345.           Font.Style = []
  346.           ParentFont = False
  347.           Layout = tlCenter
  348.         end
  349.         object ToolBar1: TToolBar
  350.           Left = 4
  351.           Top = 236
  352.           Width = 623
  353.           Height = 29
  354.           Align = alBottom
  355.           ButtonHeight = 21
  356.           ButtonWidth = 77
  357.           Caption = 'ToolBar1'
  358.           ShowCaptions = True
  359.           TabOrder = 0
  360.           object tb_nexterror: TToolButton
  361.             Left = 0
  362.             Top = 2
  363.             Caption = 'Next Error'
  364.             ImageIndex = 1
  365.             OnClick = tb_nexterrorClick
  366.           end
  367.           object tb_loadDPR: TToolButton
  368.             Left = 77
  369.             Top = 2
  370.             Caption = 'Load DPR'
  371.             ImageIndex = 2
  372.             OnClick = tb_loadDPRClick
  373.           end
  374.           object tb_loadPasfile: TToolButton
  375.             Left = 154
  376.             Top = 2
  377.             Caption = 'Load PAS only'
  378.             ImageIndex = 3
  379.             OnClick = tb_loadPasfileClick
  380.           end
  381.         end
  382.         object lb_result: TListBox
  383.           Left = 4
  384.           Top = 20
  385.           Width = 623
  386.           Height = 216
  387.           Align = alClient
  388.           ItemHeight = 13
  389.           TabOrder = 1
  390.           OnDblClick = lb_resultDblClick
  391.         end
  392.       end
  393.       object Panel8: TPanel
  394.         Left = 4
  395.         Top = 4
  396.         Width = 631
  397.         Height = 292
  398.         Align = alClient
  399.         BevelInner = bvLowered
  400.         BevelWidth = 2
  401.         BorderWidth = 2
  402.         Caption = 'Panel1'
  403.         Color = clTeal
  404.         Font.Charset = ANSI_CHARSET
  405.         Font.Color = clWindowText
  406.         Font.Height = -13
  407.         Font.Name = 'Arial'
  408.         Font.Style = []
  409.         ParentFont = False
  410.         TabOrder = 1
  411.         object Label3: TLabel
  412.           Left = 6
  413.           Top = 6
  414.           Width = 619
  415.           Height = 16
  416.           Align = alTop
  417.           Alignment = taCenter
  418.           Caption = '&Executables (files.ini)'
  419.           Font.Charset = ANSI_CHARSET
  420.           Font.Color = clWindowText
  421.           Font.Height = -13
  422.           Font.Name = 'Arial'
  423.           Font.Style = [fsBold]
  424.           ParentFont = False
  425.         end
  426.         object Label4: TLabel
  427.           Left = 6
  428.           Top = 218
  429.           Width = 619
  430.           Height = 16
  431.           Align = alBottom
  432.           Alignment = taCenter
  433.           Caption = '&Destination'
  434.         end
  435.         object Label5: TLabel
  436.           Left = 6
  437.           Top = 178
  438.           Width = 619
  439.           Height = 16
  440.           Align = alBottom
  441.           Alignment = taCenter
  442.           Caption = '&Source'
  443.         end
  444.         object Splitter3: TSplitter
  445.           Left = 6
  446.           Top = 171
  447.           Width = 619
  448.           Height = 7
  449.           Cursor = crVSplit
  450.           Align = alBottom
  451.         end
  452.         object ToolBar3: TToolBar
  453.           Left = 6
  454.           Top = 258
  455.           Width = 619
  456.           Height = 28
  457.           Align = alBottom
  458.           AutoSize = True
  459.           ButtonHeight = 24
  460.           ButtonWidth = 79
  461.           Caption = 'ToolBar1'
  462.           ShowCaptions = True
  463.           TabOrder = 0
  464.           object ToolButton7: TToolButton
  465.             Left = 0
  466.             Top = 2
  467.             Action = A_addFile
  468.             AutoSize = True
  469.           end
  470.           object ToolButton8: TToolButton
  471.             Left = 34
  472.             Top = 2
  473.             Action = A_DeleteFile
  474.             AutoSize = True
  475.           end
  476.           object ToolButton9: TToolButton
  477.             Left = 82
  478.             Top = 2
  479.             Action = A_FileUp
  480.             AutoSize = True
  481.           end
  482.           object ToolButton10: TToolButton
  483.             Left = 109
  484.             Top = 2
  485.             Action = A_fileDown
  486.             AutoSize = True
  487.           end
  488.           object tb_editFilesINI: TToolButton
  489.             Left = 152
  490.             Top = 2
  491.             Caption = 'Edit Files.ini'
  492.             ImageIndex = 0
  493.             Visible = False
  494.             OnClick = tb_editFilesINIClick
  495.           end
  496.         end
  497.         object M_Destination: TMemo
  498.           Left = 6
  499.           Top = 234
  500.           Width = 619
  501.           Height = 24
  502.           Align = alBottom
  503.           Color = clScrollBar
  504.           Lines.Strings = (
  505.             'M_Destination')
  506.           ReadOnly = True
  507.           TabOrder = 1
  508.           WordWrap = False
  509.         end
  510.         object M_source: TMemo
  511.           Left = 6
  512.           Top = 194
  513.           Width = 619
  514.           Height = 24
  515.           Align = alBottom
  516.           Color = clScrollBar
  517.           Lines.Strings = (
  518.             'M_source')
  519.           ReadOnly = True
  520.           TabOrder = 2
  521.           WordWrap = False
  522.         end
  523.         object LB_exe: TListBox
  524.           Left = 6
  525.           Top = 22
  526.           Width = 619
  527.           Height = 149
  528.           Align = alClient
  529.           ItemHeight = 16
  530.           TabOrder = 3
  531.           OnClick = LB_exeClick
  532.         end
  533.         object BitBtn2: TBitBtn
  534.           Left = 352
  535.           Top = 179
  536.           Width = 30
  537.           Height = 15
  538.           Caption = 'BitBtn2'
  539.           TabOrder = 4
  540.           Visible = False
  541.         end
  542.       end
  543.     end
  544.   end
  545.   object MainMenu1: TMainMenu
  546.     Left = 256
  547.     Top = 48
  548.     object File1: TMenuItem
  549.       Caption = '&File'
  550.       object NewProject1: TMenuItem
  551.         Action = A_newProject
  552.       end
  553.       object OpenProject1: TMenuItem
  554.         Caption = '&Open Project'
  555.       end
  556.       object SaveProject1: TMenuItem
  557.         Action = A_saveProject
  558.       end
  559.       object N1: TMenuItem
  560.         Caption = '-'
  561.       end
  562.       object Exit1: TMenuItem
  563.         Caption = 'E&xit'
  564.       end
  565.     end
  566.     object Options1: TMenuItem
  567.       Caption = '&Options'
  568.       object Compiler1: TMenuItem
  569.         Action = A_ViewCompilerOptionsHelp
  570.       end
  571.       object Path1: TMenuItem
  572.         Action = A_extractPath
  573.       end
  574.       object ClientDestination1: TMenuItem
  575.         Caption = 'Client &Destination'
  576.       end
  577.       object ServerDestination1: TMenuItem
  578.         Caption = '&Server Destination'
  579.       end
  580.     end
  581.     object About1: TMenuItem
  582.       Caption = 'About'
  583.       OnClick = About1Click
  584.     end
  585.   end
  586.   object ActionList1: TActionList
  587.     Left = 336
  588.     Top = 48
  589.     object A_newProject: TAction
  590.       Caption = '&New Project'
  591.       OnExecute = A_newProjectExecute
  592.     end
  593.     object A_saveProject: TAction
  594.       Caption = '&Save Project'
  595.       OnExecute = A_saveProjectExecute
  596.     end
  597.     object A_exit: TAction
  598.       Caption = 'E&xit'
  599.       OnExecute = A_exitExecute
  600.     end
  601.     object A_ViewCompilerOptionsHelp: TAction
  602.       Caption = 'Display Compiler options'
  603.       OnExecute = A_ViewCompilerOptionsHelpExecute
  604.     end
  605.     object A_DebugCompilerOptions: TAction
  606.       Caption = 'A_DebugCompilerOptions'
  607.     end
  608.     object A_defaultDestination: TAction
  609.       Caption = 'Set Default Destination'
  610.       OnExecute = A_defaultDestinationExecute
  611.     end
  612.     object A_serverDestination: TAction
  613.       Caption = 'A_serverDestination'
  614.     end
  615.     object A_Build: TAction
  616.       Caption = '&Build it'
  617.       OnExecute = A_BuildExecute
  618.     end
  619.     object A_addFile: TAction
  620.       Caption = '&Add'
  621.       OnExecute = A_addFileExecute
  622.     end
  623.     object A_extractPath: TAction
  624.       Caption = '&Extract IDE Library Path'
  625.       OnExecute = A_extractPathExecute
  626.     end
  627.     object A_DeleteFile: TAction
  628.       Caption = 'D&elete'
  629.       OnExecute = A_DeleteFileExecute
  630.     end
  631.     object A_FileUp: TAction
  632.       Caption = '&Up'
  633.       OnExecute = A_FileUpExecute
  634.     end
  635.     object A_fileDown: TAction
  636.       Caption = '&Down'
  637.       OnExecute = A_fileDownExecute
  638.     end
  639.     object Action1: TAction
  640.       Caption = 'A_close'
  641.     end
  642.     object A_openProject: TAction
  643.       Caption = '&Open Project'
  644.     end
  645.   end
  646.   object OpenDialog: TOpenDialog
  647.     Filter = 'BPG|*.bpg|All|*.*'
  648.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  649.     Left = 406
  650.     Top = 53
  651.   end
  652. end
  653.